home *** CD-ROM | disk | FTP | other *** search
- object CmdForm: TCmdForm
- Left = 1332
- Top = 296
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Executor'
- ClientHeight = 144
- ClientWidth = 200
- Color = clFuchsia
- TransparentColor = True
- TransparentColorValue = clFuchsia
- DefaultMonitor = dmDesktop
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnHide = FormHide
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object BGPanel: TPanel
- Left = 8
- Top = 8
- Width = 185
- Height = 129
- BevelOuter = bvNone
- TabOrder = 0
- object InnerPanel: TPanel
- Left = 8
- Top = 24
- Width = 169
- Height = 89
- BevelOuter = bvNone
- TabOrder = 0
- object EntryList: TBmpListBox
- Left = 0
- Top = 0
- Width = 169
- Height = 89
- Style = lbOwnerDrawFixed
- Align = alClient
- BevelInner = bvNone
- BevelOuter = bvNone
- BorderStyle = bsNone
- ItemHeight = 17
- TabOrder = 0
- OnContextPopup = EntryListContextPopup
- OnDblClick = EntryListDblClick
- OnDrawItem = EntryListDrawItem
- OnKeyDown = EntryListKeyDown
- OnKeyPress = EntryListKeyPress
- OnKeyUp = EntryListKeyUp
- OnMouseDown = EntryListMouseDown
- OnMouseMove = EntryListMouseMove
- end
- end
- object TextMemo: TMemo
- Left = 0
- Top = 0
- Width = 185
- Height = 129
- Align = alClient
- Ctl3D = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Lines.Strings = (
- 'TextMemo')
- ParentCtl3D = False
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 1
- Visible = False
- OnKeyDown = TextMemoKeyDown
- end
- end
- object PopupMenu1: TPopupMenu
- Left = 16
- Top = 16
- object Open1: TMenuItem
- Caption = 'Open'
- OnClick = Open1Click
- end
- end
- end
-